This function returns the number of fields in a level.
Result = EOS_PT_NFIELDS( pointID, level [, LENGTH=bytes] )
Returns number of fields if successful and FAIL (–1) otherwise.
Point id (long) returned by EOS_PT_CREATE or EOS_PT_ATTACH.
Level number (0-based long).
Size (long) in bytes of fieldlist for level.
In this example, we retrieve the number of fields in the 2nd point defined previously:
nflds=EOS_PT_NFIELDS(pointID2,0)
5.2 |
Introduced |